Class Socialveo\Core\models\SocialveoModel
Class SocialveoModel
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $changedColumns | array | Socialveo\Core\models\SocialveoModel | |
| $restrictedColumns | array | Socialveo\Core\models\SocialveoModel | |
| $scenario | Socialveo\Core\models\SocialveoModel |
Public Methods
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| _postSaveRelatedRecords() | Override default method for turn off auto-updating related records | Socialveo\Core\models\SocialveoModel |
| _preSaveRelatedRecords() | Override default method for turn off auto-updating related records | Socialveo\Core\models\SocialveoModel |
| afterFetch() | After fetch hook | Socialveo\Core\models\SocialveoModel |
| afterSave() | After save hook | Socialveo\Core\models\SocialveoModel |
| afterUpdate() | After update hook | Socialveo\Core\models\SocialveoModel |
| beforeCreate() | Before create hook | Socialveo\Core\models\SocialveoModel |
| beforeDelete() | Before delete hook | Socialveo\Core\models\SocialveoModel |
| beforeSave() | Before save hook | Socialveo\Core\models\SocialveoModel |
| beforeUpdate() | Before update hook | Socialveo\Core\models\SocialveoModel |
| getSourceTable() | Returns the source table | Socialveo\Core\models\SocialveoModel |
| getUser() | Returns user model of the currently logged in (or passed-in) user | Socialveo\Core\models\SocialveoModel |
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| ACTIVE_DELETE | 0 | Delete | Socialveo\Core\models\SocialveoModel |
| ACTIVE_OK | 1 | Active | Socialveo\Core\models\SocialveoModel |
| ACTIVE_PROCESS_PAYMENT | 2 | Payment process | Socialveo\Core\models\SocialveoModel |
| SCENARIO_DEFAULT | 'default' | Socialveo\Core\models\SocialveoModel |
Property Details
Method Details
Magic method to get related records using the relation alias as a property or getters defined by setGetter()
| public mixed|Phalcon\Mvc\Model\Resultset|Phalcon\Mvc\Model __get ( $property ) | ||
| $property | string | |
Magic method to check if a property is a valid relation
| public boolean __isset ( $property ) | ||
| $property | string | |
Magic method to set related records using the relation alias as a property or setters defined by setSetter()
| public void __set ( $property, $value ) | ||
| $property | string | |
| $value | mixed | |
Override default method for turn off auto-updating related records
| protected boolean _postSaveRelatedRecords ( Phalcon\Db\AdapterInterface $connection, $related ) | ||
| $connection | Phalcon\Db\AdapterInterface | |
| $related | Phalcon\Mvc\ModelInterface[] | |
Override default method for turn off auto-updating related records
| protected boolean _preSaveRelatedRecords ( Phalcon\Db\AdapterInterface $connection, $related ) | ||
| $connection | Phalcon\Db\AdapterInterface | |
| $related | Phalcon\Mvc\ModelInterface[] | |
After fetch hook
| protected void afterFetch ( ) |
After save hook
| protected void afterSave ( ) |
After update hook
| protected void afterUpdate ( ) |
Before create hook
| protected void beforeCreate ( ) | ||
| throws | Exception | Could not retrieve nested object |
|---|---|---|
Before delete hook
| protected void beforeDelete ( ) |
Before save hook
| protected void beforeSave ( ) |
Before update hook
| protected void beforeUpdate ( ) | ||
| throws | Exception | |
|---|---|---|
Behaviors
| public Phalcon\Mvc\Model\Behavior[] behaviors ( ) |
Behavior notify
| public mixed behaviorsNotify ( $event ) | ||
| $event | string | |
Returns query results from cache (if set and not expired) or database
| public static Phalcon\Mvc\Model|Phalcon\Mvc\Model\ResultsetInterface cachedFind ( $queryParams ) | ||
| $queryParams | array | |
Changes object attributes based on passed-in payload data, saves object and returns it
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\Invitation [1] => Socialveo\Core\models\Payment [2] => Socialveo\Core\models\Karma [3] => Socialveo\Core\models\OAuth2RefreshToken [4] => Socialveo\Core\models\MediaQuery [5] => Socialveo\Core\models\Circle [6] => Socialveo\Core\models\StaticPages [7] => Socialveo\Core\models\TagAssociation [8] => Socialveo\Core\models\LocationCountry [9] => Socialveo\Core\models\PasswordRecovery [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\UserSocialProfile [12] => Socialveo\Core\models\Location [13] => Socialveo\Core\models\Messages [14] => Socialveo\Core\models\WebEvent [15] => Socialveo\Core\models\MessagesDialogs [16] => Socialveo\Core\models\User [17] => Socialveo\Core\models\Index [18] => Socialveo\Core\models\Post [19] => Socialveo\Core\models\Log [20] => Socialveo\Core\models\Network [21] => Socialveo\Core\models\Comment [22] => Socialveo\Core\models\Tag [23] => Socialveo\Core\models\LocationLocality [24] => Socialveo\Core\models\ConnectionCircle [25] => Socialveo\Core\models\Connection [26] => Socialveo\Core\models\Notification [27] => Socialveo\Core\models\MessagesDialogsUsers [28] => Socialveo\Core\models\KarmaBadge [29] => Socialveo\Core\models\Spam [30] => Socialveo\Core\models\Media [31] => Socialveo\Core\models\LocationRegion ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 55 [endLine] => 55 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 60 [endLine] => 60 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 65 [endLine] => 65 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 67 [endLine] => 67 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 125 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 147 [endLine] => 150 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 156 [endLine] => 159 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 164 [endLine] => 167 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 172 [endLine] => 175 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 186 [endLine] => 230 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 177 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 242 [endLine] => 278 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 232 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 289 [endLine] => 325 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 335 [endLine] => 353 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 327 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 361 [endLine] => 364 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 372 [endLine] => 375 [shortDescription] => Behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 366 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 382 [endLine] => 388 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 377 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 395 [endLine] => 400 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 390 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 409 [endLine] => 419 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 402 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 426 [endLine] => 429 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 439 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 446 [endLine] => 453 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 460 [endLine] => 467 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 475 [endLine] => 481 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 489 [endLine] => 495 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 503 [endLine] => 508 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 510 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 535 [endLine] => 541 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 528 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 556 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 563 [endLine] => 591 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 604 [endLine] => 869 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 593 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 878 [endLine] => 881 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 871 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 891 [endLine] => 900 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 883 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1007 [endLine] => 1022 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 999 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1031 [endLine] => 1044 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1024 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1053 [endLine] => 1066 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1046 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1075 [endLine] => 1082 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1068 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1091 [endLine] => 1098 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1084 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1108 [endLine] => 1131 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1100 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1141 [endLine] => 1160 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1133 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1221 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1162 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1230 [endLine] => 1245 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1288 [endLine] => 1398 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1411 [endLine] => 1433 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1400 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1446 [endLine] => 1499 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1435 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1507 [endLine] => 1557 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1501 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1565 [endLine] => 1590 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1559 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1598 [endLine] => 1617 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1592 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1625 [endLine] => 1643 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1619 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1651 [endLine] => 1660 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1645 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1668 [endLine] => 1679 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1662 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1700 [endLine] => 1707 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1694 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1712 [endLine] => 1715 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1725 [endLine] => 1741 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1750 [endLine] => 1758 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1765 [endLine] => 1777 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1786 [endLine] => 1807 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1812 [endLine] => 1825 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1832 [endLine] => 1837 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1844 [endLine] => 1896 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1903 [endLine] => 1907 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1914 [endLine] => 1916 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1922 [endLine] => 1926 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1933 [endLine] => 1963 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1969 [endLine] => 1973 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1978 [endLine] => 1994 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2005 [endLine] => 2008 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1996 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2019 [endLine] => 2022 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2010 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 90 [endLine] => 90 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 129 [endLine] => 139 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 141 [endLine] => 141 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 48 [endLine] => 2023 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public Socialveo\Core\models\SocialveoModel change ( $payload, $properties = null, &$status = null ) | ||
| $payload | array|object | |
| $properties | array | [optional] |
| $status | boolean | [optional] |
| throws | Exception | |
|---|---|---|
Creates an object using passed-in payload data
| public static Socialveo\Core\models\SocialveoModel createObject ( $payload = [], $scenario = null ) | ||
| $payload | array|object | |
| $scenario | null|string | |
| throws | Exception | |
|---|---|---|
Deletes an object (soft-delete)
| public static Socialveo\Core\models\SocialveoModel|mixed deleteObject ( $obj, $permanent = true ) | ||
| $obj | string|Socialveo\Core\models\SocialveoModel | |
| $permanent | boolean | |
| throws | Exception | |
|---|---|---|
Delete target index
| public void deleteTargetIndex ( ) |
Fetches the provided objects and returns them in an array
| public static object fetchObjects ( $uuids ) | ||
| $uuids | string | Comma separated list |
| throws | Exception | Please provide proper UUIDs in the request query |
|---|---|---|
Returns query results filtered by GET user-parameters, optionaly cached
| public static Phalcon\Mvc\Model\ResultsetInterface filteredFind ( $queryParams = [], $filterParams = [], $cache = true, $distinct = null ) | ||
| $queryParams | array|Phalcon\Mvc\Model\Criteria | |
| $filterParams | array | |
| $cache | boolean | [optional] default true |
| $distinct | string | [optional] Distinct attribute |
| throws | Exception | |
|---|---|---|
Find first model by uuid
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\Invitation [1] => Socialveo\Core\models\Payment [2] => Socialveo\Core\models\Karma [3] => Socialveo\Core\models\OAuth2RefreshToken [4] => Socialveo\Core\models\MediaQuery [5] => Socialveo\Core\models\Circle [6] => Socialveo\Core\models\StaticPages [7] => Socialveo\Core\models\TagAssociation [8] => Socialveo\Core\models\LocationCountry [9] => Socialveo\Core\models\PasswordRecovery [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\UserSocialProfile [12] => Socialveo\Core\models\Location [13] => Socialveo\Core\models\Messages [14] => Socialveo\Core\models\WebEvent [15] => Socialveo\Core\models\MessagesDialogs [16] => Socialveo\Core\models\User [17] => Socialveo\Core\models\Index [18] => Socialveo\Core\models\Post [19] => Socialveo\Core\models\Log [20] => Socialveo\Core\models\Network [21] => Socialveo\Core\models\Comment [22] => Socialveo\Core\models\Tag [23] => Socialveo\Core\models\LocationLocality [24] => Socialveo\Core\models\ConnectionCircle [25] => Socialveo\Core\models\Connection [26] => Socialveo\Core\models\Notification [27] => Socialveo\Core\models\MessagesDialogsUsers [28] => Socialveo\Core\models\KarmaBadge [29] => Socialveo\Core\models\Spam [30] => Socialveo\Core\models\Media [31] => Socialveo\Core\models\LocationRegion ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 55 [endLine] => 55 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 60 [endLine] => 60 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 65 [endLine] => 65 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 67 [endLine] => 67 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 125 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 147 [endLine] => 150 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 156 [endLine] => 159 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 164 [endLine] => 167 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 172 [endLine] => 175 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 186 [endLine] => 230 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 177 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 242 [endLine] => 278 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 232 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 289 [endLine] => 325 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 335 [endLine] => 353 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 327 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 361 [endLine] => 364 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 372 [endLine] => 375 [shortDescription] => Behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 366 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 382 [endLine] => 388 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 377 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 395 [endLine] => 400 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 390 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 409 [endLine] => 419 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 402 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 426 [endLine] => 429 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 439 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 446 [endLine] => 453 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 460 [endLine] => 467 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 475 [endLine] => 481 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 489 [endLine] => 495 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 503 [endLine] => 508 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 510 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 535 [endLine] => 541 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 528 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 556 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 563 [endLine] => 591 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 604 [endLine] => 869 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 593 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 878 [endLine] => 881 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 871 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 891 [endLine] => 900 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 883 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1007 [endLine] => 1022 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 999 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1031 [endLine] => 1044 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1024 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1053 [endLine] => 1066 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1046 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1075 [endLine] => 1082 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1068 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1091 [endLine] => 1098 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1084 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1108 [endLine] => 1131 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1100 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1141 [endLine] => 1160 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1133 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1221 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1162 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1230 [endLine] => 1245 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1288 [endLine] => 1398 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1411 [endLine] => 1433 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1400 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1446 [endLine] => 1499 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1435 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1507 [endLine] => 1557 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1501 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1565 [endLine] => 1590 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1559 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1598 [endLine] => 1617 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1592 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1625 [endLine] => 1643 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1619 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1651 [endLine] => 1660 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1645 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1668 [endLine] => 1679 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1662 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1700 [endLine] => 1707 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1694 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1712 [endLine] => 1715 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1725 [endLine] => 1741 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1750 [endLine] => 1758 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1765 [endLine] => 1777 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1786 [endLine] => 1807 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1812 [endLine] => 1825 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1832 [endLine] => 1837 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1844 [endLine] => 1896 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1903 [endLine] => 1907 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1914 [endLine] => 1916 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1922 [endLine] => 1926 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1933 [endLine] => 1963 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1969 [endLine] => 1973 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1978 [endLine] => 1994 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2005 [endLine] => 2008 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1996 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2019 [endLine] => 2022 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2010 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 90 [endLine] => 90 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 129 [endLine] => 139 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 141 [endLine] => 141 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 48 [endLine] => 2023 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static Socialveo\Core\models\SocialveoModel findFirstByUuid ( $uuid ) | ||
| $uuid | string | |
Fire event
| public void fire ( $event, $options = [] ) | ||
| $event | string | |
| $options | array | [optional] |
| public Socialveo\Core\models\SocialveoModel forUpdate ( ) |
| public boolean getActivePaymentProcess ( ) |
Get model meta data attributes
| public array getAttributes ( ) |
Get models metadata attributes
| public static array getAttributesStatic ( $class ) | ||
| $class | string | |
Returns a list of changed values
| public array getChangedFields ( ) |
Returns models Events Manager
| public static Phalcon\Events\ManagerInterface getEventsManagerInstance ( ) |
Check if user is owner of resource
| public boolean getIsOwner ( $user ) | ||
| $user | mixed | |
| public static integer|null getLastQueryFullCount ( ) |
Get model
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\Invitation [1] => Socialveo\Core\models\Payment [2] => Socialveo\Core\models\Karma [3] => Socialveo\Core\models\OAuth2RefreshToken [4] => Socialveo\Core\models\MediaQuery [5] => Socialveo\Core\models\Circle [6] => Socialveo\Core\models\StaticPages [7] => Socialveo\Core\models\TagAssociation [8] => Socialveo\Core\models\LocationCountry [9] => Socialveo\Core\models\PasswordRecovery [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\UserSocialProfile [12] => Socialveo\Core\models\Location [13] => Socialveo\Core\models\Messages [14] => Socialveo\Core\models\WebEvent [15] => Socialveo\Core\models\MessagesDialogs [16] => Socialveo\Core\models\User [17] => Socialveo\Core\models\Index [18] => Socialveo\Core\models\Post [19] => Socialveo\Core\models\Log [20] => Socialveo\Core\models\Network [21] => Socialveo\Core\models\Comment [22] => Socialveo\Core\models\Tag [23] => Socialveo\Core\models\LocationLocality [24] => Socialveo\Core\models\ConnectionCircle [25] => Socialveo\Core\models\Connection [26] => Socialveo\Core\models\Notification [27] => Socialveo\Core\models\MessagesDialogsUsers [28] => Socialveo\Core\models\KarmaBadge [29] => Socialveo\Core\models\Spam [30] => Socialveo\Core\models\Media [31] => Socialveo\Core\models\LocationRegion ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 55 [endLine] => 55 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 60 [endLine] => 60 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 65 [endLine] => 65 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 67 [endLine] => 67 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 125 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 147 [endLine] => 150 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 156 [endLine] => 159 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 164 [endLine] => 167 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 172 [endLine] => 175 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 186 [endLine] => 230 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 177 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 242 [endLine] => 278 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 232 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 289 [endLine] => 325 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 335 [endLine] => 353 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 327 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 361 [endLine] => 364 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 372 [endLine] => 375 [shortDescription] => Behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 366 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 382 [endLine] => 388 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 377 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 395 [endLine] => 400 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 390 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 409 [endLine] => 419 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 402 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 426 [endLine] => 429 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 439 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 446 [endLine] => 453 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 460 [endLine] => 467 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 475 [endLine] => 481 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 489 [endLine] => 495 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 503 [endLine] => 508 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 510 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 535 [endLine] => 541 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 528 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 556 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 563 [endLine] => 591 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 604 [endLine] => 869 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 593 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 878 [endLine] => 881 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 871 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 891 [endLine] => 900 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 883 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1007 [endLine] => 1022 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 999 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1031 [endLine] => 1044 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1024 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1053 [endLine] => 1066 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1046 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1075 [endLine] => 1082 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1068 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1091 [endLine] => 1098 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1084 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1108 [endLine] => 1131 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1100 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1141 [endLine] => 1160 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1133 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1221 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1162 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1230 [endLine] => 1245 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1288 [endLine] => 1398 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1411 [endLine] => 1433 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1400 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1446 [endLine] => 1499 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1435 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1507 [endLine] => 1557 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1501 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1565 [endLine] => 1590 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1559 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1598 [endLine] => 1617 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1592 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1625 [endLine] => 1643 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1619 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1651 [endLine] => 1660 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1645 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1668 [endLine] => 1679 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1662 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1700 [endLine] => 1707 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1694 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1712 [endLine] => 1715 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1725 [endLine] => 1741 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1750 [endLine] => 1758 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1765 [endLine] => 1777 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1786 [endLine] => 1807 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1812 [endLine] => 1825 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1832 [endLine] => 1837 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1844 [endLine] => 1896 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1903 [endLine] => 1907 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1914 [endLine] => 1916 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1922 [endLine] => 1926 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1933 [endLine] => 1963 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1969 [endLine] => 1973 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1978 [endLine] => 1994 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2005 [endLine] => 2008 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1996 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2019 [endLine] => 2022 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2010 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 90 [endLine] => 90 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 129 [endLine] => 139 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 141 [endLine] => 141 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 48 [endLine] => 2023 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static string|Socialveo\Core\models\SocialveoModel|Socialveo\Core\models\SocialveoModel getModel ( $name ) | ||
| $name | string | |
Fetches an object based on passed array
| public static Socialveo\Core\models\SocialveoModel getObjectByParam ( array $arr ) | ||
| $arr | array | |
| throws | Exception | |
|---|---|---|
Returns an resource type based on request URI
| public static string getObjectTypeByParam ( $uri ) | ||
| $uri | ||
Returns a string resource name of the Object (singular form)
| public string getResourceType ( $singular = false ) | ||
| $singular | boolean | |
| return | string | Resource name |
|---|---|---|
| public string getScenario ( ) |
Returns the source table
| protected string getSourceTable ( $table ) | ||
| $table | ||
Returns the target object by target_id and target_type
| public static object|boolean getTargetObject ( $target_id, $target_type ) | ||
| $target_id | ||
| $target_type | ||
| throws | Exception | The model is not valid |
|---|---|---|
Fetches an object based on passed array
| public static Socialveo\Core\models\SocialveoModel getTargetObjectFromArray ( array $arr ) | ||
| $arr | array | |
| throws | Exception | |
|---|---|---|
Returns target type
| public string getTargetType ( ) |
Returns user model of the currently logged in (or passed-in) user
| protected Socialveo\Core\models\User getUser ( $user = null ) | ||
| $user | ||
| throws | Exception | |
|---|---|---|
Fetch objects passed in array
| public static Socialveo\Core\models\SocialveoModel[] getUuidsObjects ( $arr, $attribute = null ) | ||
| $arr | array | |
| $attribute | string | [optional] |
| throws | Exception | |
|---|---|---|
Check if a specific attribute has changed This only works if the model is keeping data snapshots
| public boolean hasChanged ( $fieldName = null ) | ||
| $fieldName | string|array | |
Initialize model
| public void initialize ( ) |
Check if called class and the model name is the same
| public boolean isModel ( $name ) | ||
| $name | string | |
Checks whether model is new
| public boolean isNew ( ) |
Checks whether model is new
| public boolean isNewRecord ( ) |
OnConstruct event model
| public void onConstruct ( ) |
Transforms words from singular to plural
| public static string pluralize ( $singular ) | ||
| $singular | string | |
| return | string | $plural |
|---|---|---|
Read attribute from getter
| public mixed|Phalcon\Mvc\Model|Phalcon\Mvc\Model\Resultset readAttribute ( $attribute ) | ||
| $attribute | string | |
Transforms a resource name string to a Model name (if such model exists)
| public static string|boolean resourceToModel ( $resource ) | ||
| $resource | string | |
| return | string|boolean | Model name or false |
|---|---|---|
Returns an array of typed arrays, ready to be json_encoded
| public static array resultsetToJson ( $resultset, $embed = [], $extraFields = [], $checkAccess = false, $user = null ) | ||
| $resultset | Socialveo\Core\models\SocialveoModel[] | |
| $embed | array | [optional] |
| $extraFields | array | [optional] |
| $checkAccess | boolean | [optional] Check user access |
| $user | Socialveo\Core\models\User | [optional] User for being check for access |
Returns object from cache (if set and not expired) or database
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\Invitation [1] => Socialveo\Core\models\Payment [2] => Socialveo\Core\models\Karma [3] => Socialveo\Core\models\OAuth2RefreshToken [4] => Socialveo\Core\models\MediaQuery [5] => Socialveo\Core\models\Circle [6] => Socialveo\Core\models\StaticPages [7] => Socialveo\Core\models\TagAssociation [8] => Socialveo\Core\models\LocationCountry [9] => Socialveo\Core\models\PasswordRecovery [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\UserSocialProfile [12] => Socialveo\Core\models\Location [13] => Socialveo\Core\models\Messages [14] => Socialveo\Core\models\WebEvent [15] => Socialveo\Core\models\MessagesDialogs [16] => Socialveo\Core\models\User [17] => Socialveo\Core\models\Index [18] => Socialveo\Core\models\Post [19] => Socialveo\Core\models\Log [20] => Socialveo\Core\models\Network [21] => Socialveo\Core\models\Comment [22] => Socialveo\Core\models\Tag [23] => Socialveo\Core\models\LocationLocality [24] => Socialveo\Core\models\ConnectionCircle [25] => Socialveo\Core\models\Connection [26] => Socialveo\Core\models\Notification [27] => Socialveo\Core\models\MessagesDialogsUsers [28] => Socialveo\Core\models\KarmaBadge [29] => Socialveo\Core\models\Spam [30] => Socialveo\Core\models\Media [31] => Socialveo\Core\models\LocationRegion ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 55 [endLine] => 55 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 60 [endLine] => 60 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 65 [endLine] => 65 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 67 [endLine] => 67 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 125 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 147 [endLine] => 150 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 156 [endLine] => 159 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 164 [endLine] => 167 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 172 [endLine] => 175 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 186 [endLine] => 230 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 177 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 242 [endLine] => 278 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 232 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 289 [endLine] => 325 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 335 [endLine] => 353 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 327 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 361 [endLine] => 364 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 372 [endLine] => 375 [shortDescription] => Behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 366 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 382 [endLine] => 388 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 377 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 395 [endLine] => 400 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 390 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 409 [endLine] => 419 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 402 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 426 [endLine] => 429 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 439 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 446 [endLine] => 453 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 460 [endLine] => 467 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 475 [endLine] => 481 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 489 [endLine] => 495 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 503 [endLine] => 508 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 510 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 535 [endLine] => 541 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 528 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 556 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 563 [endLine] => 591 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 604 [endLine] => 869 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 593 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 878 [endLine] => 881 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 871 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 891 [endLine] => 900 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 883 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1007 [endLine] => 1022 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 999 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1031 [endLine] => 1044 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1024 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1053 [endLine] => 1066 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1046 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1075 [endLine] => 1082 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1068 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1091 [endLine] => 1098 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1084 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1108 [endLine] => 1131 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1100 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1141 [endLine] => 1160 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1133 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1221 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1162 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1230 [endLine] => 1245 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1223 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1288 [endLine] => 1398 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1280 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1411 [endLine] => 1433 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1400 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1446 [endLine] => 1499 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1435 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1507 [endLine] => 1557 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1501 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1565 [endLine] => 1590 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1559 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1598 [endLine] => 1617 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1592 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1625 [endLine] => 1643 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1619 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1651 [endLine] => 1660 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1645 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1668 [endLine] => 1679 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1662 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1700 [endLine] => 1707 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1694 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1712 [endLine] => 1715 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1725 [endLine] => 1741 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1717 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1750 [endLine] => 1758 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1743 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1765 [endLine] => 1777 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1786 [endLine] => 1807 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1812 [endLine] => 1825 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1832 [endLine] => 1837 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1844 [endLine] => 1896 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1903 [endLine] => 1907 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1914 [endLine] => 1916 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1922 [endLine] => 1926 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1933 [endLine] => 1963 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1969 [endLine] => 1973 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1978 [endLine] => 1994 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2005 [endLine] => 2008 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1996 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2019 [endLine] => 2022 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2010 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 90 [endLine] => 90 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 83 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 129 [endLine] => 139 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 123 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 141 [endLine] => 141 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 48 [endLine] => 2023 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object *RECURSION* [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 32 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static Socialveo\Core\models\SocialveoModel retrieve ( $identifier, $model = null ) | ||
| $identifier | integer|string|array | Can by ID or UUID or array |
| $model | string | [optional] |
Set getter
| public void setGetter ( $property, $callable ) | ||
| $property | string | |
| $callable | callable | |
| public void setScenario ( $scenario ) | ||
| $scenario | string | |
Set setter
| public void setSetter ( $property, $callable ) | ||
| $property | string | |
| $callable | callable | |
Set target_id and target_type
| public void setTargetObject ( $target ) | ||
| $target | Socialveo\Core\models\SocialveoModel | |
Transforms words from plural to singular
| public static string singularize ( $plural ) | ||
| $plural | string | |
| return | string | $singular |
|---|---|---|
Returns a typed array ready to be json_encoded
| public array toJson ( $embed = [], $extraFields = [] ) | ||
| $embed | array | [optional] |
| $extraFields | array | [optional] |
Returns true if user has access to resource, otherwise false
| public boolean userHasAccess ( $user = null ) | ||
| $user | mixed | Object, UUID, or null |
| throws | Exception | Resource access check failed. User undefined. |
|---|---|---|
Validations
| public boolean|void validation ( ) |
Write attribute using setter
| public void writeAttribute ( $attribute, $value ) | ||
| $attribute | string | |
| $value | mixed | |